TO START WAVIT

1. Copy all files to your HOME directory (for example)
2. Copy lib files to /usr/local/lib:  
   Open a terminal window and go to the HOME directory and type,
	sudo cp libWav.* /usr/local/lib
3. Start Wavit: Type
	./wavit

You should now see text that includes the version number, and the cursor will move then a handset button is pressed and the Wavit is pointed toward the POD.

TO START WAVITTESTER

This is a simple program that prints out the x-y coordinates on the screen.  It retrieved the information by calling the .so library.

1. Gain permission to run: type
	sudo
2. Go to the right folder
	cd home/<NAME>  (where name is your name)
	
3. Give read/write rights:
	 chmod -x wavittester
4. Start wavittester
	./wavittester

	 
